Fix occasional recentering under scroll-conservatively.
authorEli Zaretskii <eliz@gnu.org>
Sat, 19 Jun 2010 09:40:15 +0000 (12:40 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 19 Jun 2010 09:40:15 +0000 (12:40 +0300)
commit5a7a8795a5bd4e912376a35441006c3d8aedc015
tree39fe03ef978d8b78fa88a8219eb17e0e76bc9fa7
parent6b9579e4934a42e31951fed28c9c33ce5e3f2676
Fix occasional recentering under scroll-conservatively.

 xdisp.c (try_scrolling): Compute the limit for searching point
 in forward scroll from scroll_max, instead of an arbitrary limit
 of 10 screen lines.  See
 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00766.html and
 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00773.html for
 details.
src/ChangeLog
src/xdisp.c